runtime.headTailIndex.load (method)

4 uses

	runtime (current package)
		mspanset.go#L145: 		headtail := b.index.load()
		mspanset.go#L171: 			headtail = b.index.load()
		mspanset.go#L232: 	head, tail := b.index.load().split()
		mspanset.go#L321: func (h *headTailIndex) load() headTailIndex {